home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Explosion
/
Software Explosion (Fore-Matt Home Computing)(1996).iso
/
tetris
/
amiga
/
wbtris_1.3
/
source
/
dmakefile.pp
/
dmakefile
Wrap
Makefile
|
1996-01-01
|
708b
|
25 lines
# DMakeFile generated by MakeDMake v0.19
OPT1 = -lm
OPT2 = -HWBTRIS_Include.m=WBTRIS_Include.h -O ""
WBTRIS : WBTRIS.o gadgets.o Hiscore.o options.o statistic.o
dcc $(OPT1) -o WBTRIS WBTRIS.o gadgets.o Hiscore.o options.o\
statistic.o
WBTRIS.o : WBTRIS.c WBTRIS.h WBTRIS_Include.h Tiles.h Logo.h\
pause.h
dcc $(OPT2) -c WBTRIS.o WBTRIS.c
gadgets.o : gadgets.c WBTRIS.h WBTRIS_Include.h
dcc $(OPT2) -c gadgets.o gadgets.c
Hiscore.o : Hiscore.c WBTRIS.h WBTRIS_Include.h
dcc $(OPT2) -c Hiscore.o Hiscore.c
options.o : options.c WBTRIS.h WBTRIS_Include.h
dcc $(OPT2) -c options.o options.c
statistic.o : statistic.c WBTRIS_Include.h Tiles.h
dcc $(OPT2) -c statistic.o statistic.c